home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / z4ubbs30.zip / UPLOAD.BAT < prev    next >
DOS Batch File  |  1992-03-06  |  997b  |  32 lines

  1. @echo off
  2. :go
  3. : ----------------------------------
  4. : - Set Up ZIPLab For Prodoor Mode -
  5. : ----------------------------------
  6.  
  7. SET PCBDOOR=PRODOOR
  8.  
  9. : ----------------------------------
  10. : - Make PCBOARD.SYS From UBBS.SYS -
  11. : ----------------------------------
  12.  
  13. CONVERT PCB14
  14.  
  15. CD\UBBS\BATCH
  16.  
  17. : ---------------------------------------------------------
  18. : -        - Make Phoney PCBoard Data Files -             -
  19. : -     - Read The QKDoor Docs If You Have Trouble -      -
  20. : - It Should Always Be Making PCB 14.5 Data Files Though -
  21. : ---------------------------------------------------------
  22. : These 2 Should Always Be The Same
  23. :          ||            ||
  24. :          ||            ||
  25. :          \/            \/
  26. QKDOOR C:\UBBS\PCB14 C:\UBBS\PCB14
  27. : ------------------------------------------------------------
  28. : - Execute ZL4UBBS with the name of your ZIPLab Config File -
  29. : ------------------------------------------------------------
  30. ZL4UBBS C:\ZIPLAB\PTEST.CFG
  31. :end
  32.